diff -r -u -N busybox-0.41.orig/Makefile busybox-0.41/Makefile --- busybox-0.41.orig/Makefile Mon Jan 17 02:20:07 2000 +++ busybox-0.41/Makefile Tue Jan 25 22:24:02 2000 @@ -15,7 +15,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # - +XDEV= +STRIPNAME=$(XDEV)strip +CC=$(XDEV)gcc PROG=busybox VERSION=0.41 BUILDTIME=$(shell date "+%Y%m%d-%H%M") @@ -64,7 +66,7 @@ else CFLAGS+=-Wall $(OPTIMIZATION) -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE LDFLAGS= -s - STRIP= strip --remove-section=.note --remove-section=.comment $(PROG) + STRIP= $(STRIPNAME) --remove-section=.note --remove-section=.comment $(PROG) #Only staticly link when _not_ debugging ifeq ($(DOSTATIC),true) LDFLAGS+= --static diff -r -u -N busybox-0.41.orig/busybox.def.h busybox-0.41/busybox.def.h --- busybox-0.41.orig/busybox.def.h Sat Jan 15 22:58:40 2000 +++ busybox-0.41/busybox.def.h Sun Jan 30 17:26:49 2000 @@ -24,7 +24,7 @@ //#define BB_FDFLUSH #define BB_FIND #define BB_FREE -#define BB_FSCK_MINIX +//#define BB_FSCK_MINIX #define BB_GREP #define BB_GUNZIP #define BB_GZIP @@ -47,7 +47,7 @@ #define BB_LS #define BB_LSMOD //#define BB_MAKEDEVS -#define BB_MKFS_MINIX +//#define BB_MKFS_MINIX //#define BB_MATH #define BB_MKDIR //#define BB_MKFIFO @@ -56,16 +56,16 @@ //#define BB_MNC #define BB_MORE #define BB_MOUNT -#define BB_NFSMOUNT +//#define BB_NFSMOUNT //#define BB_MT //#define BB_MTAB #define BB_MV #define BB_PING -#define BB_POWEROFF +//#define BB_POWEROFF //#define BB_PRINTF #define BB_PS #define BB_PWD -#define BB_REBOOT +//#define BB_REBOOT #define BB_REGEXP #define BB_RM #define BB_RMDIR